type github.com/jackc/pgx/v5/pgtype.int32Wrapper

9 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		builtin_wrappers.go#L62: type int32Wrapper int32
		builtin_wrappers.go#L64: func (w int32Wrapper) SkipUnderlyingTypePlan() {}
		builtin_wrappers.go#L66: func (w *int32Wrapper) ScanInt64(v Int8) error {
		builtin_wrappers.go#L77: 	*w = int32Wrapper(v.Int64)
		builtin_wrappers.go#L82: func (w int32Wrapper) Int64Value() (Int8, error) {
		pgtype.go#L611: 		return &wrapInt32ScanPlan{}, (*int32Wrapper)(target), true
		pgtype.go#L684: 	return plan.next.Scan(src, (*int32Wrapper)(dst.(*int32)))
		pgtype.go#L1468: 		return &wrapInt32EncodePlan{}, int32Wrapper(value), true
		pgtype.go#L1543: 	return plan.next.Encode(int32Wrapper(value.(int32)), buf)